Pretty YAML
Sublime Text 2/3 plugin that allows to format a YAML file
Details
Installs
- Total 80K
- Win 25K
- Mac 38K
- Linux 17K
May 1 | Apr 30 | Apr 29 | Apr 28 | Apr 27 | Apr 26 | Apr 25 | Apr 24 | Apr 23 | Apr 22 | Apr 21 | Apr 20 | Apr 19 | Apr 18 | Apr 17 | Apr 16 | Apr 15 | Apr 14 | Apr 13 | Apr 12 | Apr 11 | Apr 10 | Apr 9 | Apr 8 | Apr 7 | Apr 6 | Apr 5 | Apr 4 | Apr 3 | Apr 2 | Apr 1 | Mar 31 | Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | Mar 25 | Mar 24 | Mar 23 | Mar 22 | Mar 21 | Mar 20 | Mar 19 | Mar 18 | Mar 17 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 3 | 5 | 5 | 3 | 3 | 2 | 5 | 6 | 7 | 4 | 3 | 2 | 5 | 6 | 5 | 9 | 4 | 2 | 0 | 3 | 7 | 7 | 2 | 4 | 4 | 2 | 4 | 2 | 7 | 8 | 4 | 1 | 1 | 7 | 7 | 4 | 7 | 3 | 2 | 2 | 8 | 8 | 2 | 6 | 7 |
Mac | 0 | 8 | 9 | 4 | 0 | 3 | 5 | 6 | 7 | 6 | 8 | 3 | 1 | 2 | 8 | 2 | 7 | 5 | 0 | 5 | 3 | 8 | 9 | 6 | 10 | 4 | 4 | 6 | 7 | 9 | 5 | 7 | 2 | 0 | 6 | 13 | 7 | 7 | 8 | 3 | 5 | 5 | 8 | 1 | 3 | 5 |
Linux | 0 | 1 | 2 | 3 | 0 | 2 | 3 | 4 | 2 | 4 | 2 | 5 | 3 | 1 | 2 | 1 | 1 | 3 | 0 | 0 | 0 | 4 | 1 | 2 | 3 | 1 | 0 | 2 | 2 | 3 | 2 | 3 | 0 | 1 | 0 | 1 | 1 | 3 | 4 | 0 | 0 | 0 | 1 | 0 | 5 | 2 |
Readme
- Source
- raw.githubusercontent.com
Pretty YAML
Prettify YAML plugin for Sublime Text 2 & 3 (Based on Pretty JSON)
Installation
Install this sublime text package via Package Control
Usage To prettify YAML, make selection of YAML and press keys:
Linux: ctrl+alt+y
Windows: ctrl+alt+y
OS X: cmd+ctrl+y
If selection is empty and configuration entry use_entire_file_if_no_selection is true, tries to prettify whole file.
If YAML is not valid it will be displayed in status bar of sublime.
Default configuration
This plugin uses PyYAML to process YAML files. You can specify the arguments for the Dumper in the plugin's preferences.
Thanks
License
- View LICENSE files in plugin root and yaml/ subfolders (both MIT)